home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
editors
/
emcs1857
/
1857sr~1.zoo
/
lisp
/
default.el
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-01-24
|
310 b
|
13 lines
(setq local-load-path "/usr/local/lib/elisp")
(setq load-path (append (list local-load-path)
load-path
'("/usr/local/emacs/lisp/term")))
(load (concat local-load-path "/default") nil t)
;;; Support for the elisp library elib.
(setq load-path (append load-path
(list "/usr/local/lib/elisp/elib")))